home *** CD-ROM | disk | FTP | other *** search
-
- DefeatConditional : WOConditional {
- condition = defeatDisplay;
- };
-
- ComponentChoiceRadio: RadioMatrix {
- valueStringsList = componentChoices;
- selectedItem = selectedComponent;
- matrixName = "ComponentChoice";
- };
-
- OrientationChoiceRadio: RadioMatrix {
- valueStringsList = orientationChoices;
- selectedItem = selectedOrientation;
- matrixName = "OrientationChoice";
- };
-
- ShowSourceSubmitButton: WOSubmitButton {
- action = showSource;
- value = "View Source";
- };
-